-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalized leapfrog integrator #370
Conversation
Signed-off-by: Kai Xu <[email protected]>
Signed-off-by: Kai Xu <[email protected]>
tested c99e006 with Geweke on RHMC: |
Signed-off-by: Kai Xu <[email protected]>
return return_cache ? (dv, nothing) : dv | ||
end | ||
|
||
# TODO(Kai) make sure vectorization works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we throw an error when users try vectorisation and tempering with GeneralisedLeapFrog
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i added an error handling for vectorization.
there is no way to do tempering until we define TemperedGeneralizedLeapfrog
.
Co-authored-by: Hong Ge <[email protected]>
Signed-off-by: Kai Xu <[email protected]>
Signed-off-by: Kai Xu <[email protected]>
No description provided.